Because the Large File does not read the whole document, it does not know where the line ends are in advance, so when you ask it to goto a line it has to work out where the line is, by counting from the start of the file. In very large files this can take a while!